home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / redir.rea < prev    next >
Encoding:
Text File  |  1996-11-17  |  1.2 KB  |  42 lines

  1. Redir v.0.7
  2.  
  3. redir is a tcp port redirector for unix.
  4. It can run under inetd or stand alone (in which case it handles
  5. multiple connections).  Its 8 bit clean, not limited to line
  6. mode, is small and light.
  7.  
  8. If you want access control run it under xinetd, or inetd with tcp
  9. wrappers.  Or you could use the tcp wrapper library to extend it and
  10. do fancy access control - if so please let me know.
  11.  
  12. redir is released under GPL.
  13.  
  14.     Nigel Metheringham
  15.     Nigel.Metheringham@ThePLAnet.net
  16.     30 June, 1996
  17.  
  18. =======================================================================
  19.  
  20. [Original readme from version 0.5]
  21.  
  22. If you liked daemon, you'll LOVE redir!
  23.  
  24. Redir, the fully functional (but only in line mode) port redirector for 
  25. unix!  (yeah!  WOOOO!).  Basically, it's like tredir.   But hacked from 
  26. daemon.  And poorly written.   But, hey, it dodges firewalls, and THAT's 
  27. the important part.  I think.  Oh, fuck it.  Look, it's useful.   Good 
  28. for dynamic IP, too.   Trust me, it is.
  29.  
  30. usage: redir [remote-host] listen_port connect_port
  31.  
  32. The syntax is a little clumsy, but it works. 
  33.  
  34. compile with make redir or gcc redir.c -o redir
  35.  
  36. comments/bugs/flames to sammy@freenet.akron.oh.us
  37.  
  38. (please, write if you use the program!)
  39.  
  40.  
  41.  
  42.